GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-20T17:39:38.0531275+00:00",
"SubmitDate": "2026-06-20T17:39:38.0531275+00:00",
"ReportPeriodStart": "2026-06-20T17:39:38.0531275+00:00",
"ReportPeriodEnd": "2026-06-20T17:39:38.0531275+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b820504e-395b-41dd-b16a-44393a1db35f",
"Rows": [
{
"ItemId": "fd114d23-f943-4c4d-9048-c8ea9b591284",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fd114d23-f943-4c4d-9048-c8ea9b591284",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b820504e-395b-41dd-b16a-44393a1db35f",
"Rows": [
{
"ItemId": "fd114d23-f943-4c4d-9048-c8ea9b591284",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fd114d23-f943-4c4d-9048-c8ea9b591284",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"495f53dd-102f-4709-9b26-55dac2f8cb65",
"e30f1204-ee63-4feb-926c-27f1c51b6044"
],
"Approvers": [
"210aa636-bb35-4a76-b92a-e37e66fc86d3",
"3abd503d-58e7-41f8-89c6-9a385db51075"
],
"ApprovedBy": "40493287-8f75-41ac-8f0e-3f7c4e533d5b",
"ApprovalDate": "2026-06-20T17:39:38.0531275+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "af24f039-fb5a-408e-a28f-87554b094cba",
"id": "99cb5f34-6940-4f06-a1aa-b93adeb1c598",
"ConfigId": "1438a8a7-b5ba-4b32-a4b7-918b676c670d"
},
{
"GenerationDate": "2026-06-20T17:39:38.0531275+00:00",
"SubmitDate": "2026-06-20T17:39:38.0531275+00:00",
"ReportPeriodStart": "2026-06-20T17:39:38.0531275+00:00",
"ReportPeriodEnd": "2026-06-20T17:39:38.0531275+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b820504e-395b-41dd-b16a-44393a1db35f",
"Rows": [
{
"ItemId": "fd114d23-f943-4c4d-9048-c8ea9b591284",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fd114d23-f943-4c4d-9048-c8ea9b591284",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b820504e-395b-41dd-b16a-44393a1db35f",
"Rows": [
{
"ItemId": "fd114d23-f943-4c4d-9048-c8ea9b591284",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fd114d23-f943-4c4d-9048-c8ea9b591284",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"495f53dd-102f-4709-9b26-55dac2f8cb65",
"e30f1204-ee63-4feb-926c-27f1c51b6044"
],
"Approvers": [
"210aa636-bb35-4a76-b92a-e37e66fc86d3",
"3abd503d-58e7-41f8-89c6-9a385db51075"
],
"ApprovedBy": "40493287-8f75-41ac-8f0e-3f7c4e533d5b",
"ApprovalDate": "2026-06-20T17:39:38.0531275+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "af24f039-fb5a-408e-a28f-87554b094cba",
"id": "99cb5f34-6940-4f06-a1aa-b93adeb1c598",
"ConfigId": "1438a8a7-b5ba-4b32-a4b7-918b676c670d"
}
]